projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8d2849
)
(scheme-mode-variables): Set font-lock-comment-start-skip.
author
Glenn Morris
<rgm@gnu.org>
Sat, 18 Aug 2007 23:45:29 +0000
(23:45 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 18 Aug 2007 23:45:29 +0000
(23:45 +0000)
lisp/progmodes/scheme.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/scheme.el
b/lisp/progmodes/scheme.el
index 5bf7cb1e9ebe188634fc669f0f66b4b05cfc78f8..e5fb8cbc7f8f4568704fdddbe6611ec69110c7b7 100644
(file)
--- a/
lisp/progmodes/scheme.el
+++ b/
lisp/progmodes/scheme.el
@@
-156,6
+156,7
@@
;; Look within the line for a ; following an even number of backslashes
;; after either a non-backslash or the line beginning.
(setq comment-start-skip "\\(\\(^\\|[^\\\\\n]\\)\\(\\\\\\\\\\)*\\);+[ \t]*")
+ (set (make-local-variable 'font-lock-comment-start-skip) ";+ *")
(make-local-variable 'comment-column)
(setq comment-column 40)
(make-local-variable 'parse-sexp-ignore-comments)